x86: cleanup bogus CONFIG_ACPI_PCI uses
authorJan Beulich <jbeulich@novell.com>
Sat, 2 Apr 2011 14:58:54 +0000 (15:58 +0100)
committerJan Beulich <jbeulich@novell.com>
Sat, 2 Apr 2011 14:58:54 +0000 (15:58 +0100)
commite1c2ec41bbb22e04c2ea636aec0430e4609755b8
treeec1fdff263f2620dda8305d781fee45f752139be
parent7deb539e74648483c9d10bde7d9b68afc6a7cdf1
x86: cleanup bogus CONFIG_ACPI_PCI uses

We're building for one case (CONFIG_ACPI_PCI defined) only, yet still
had the other case's code in there. Additionally there was quite a bit
of pseudo-duplication between disabled(!) DMI scan and ACPI boot code.

acpi_pci_disabled had only a single reader, which is off by default
(i.e. must be enable on the command line), so it seems pointless to
keep it.

Signed-off-by: Jan Beulich <jbeulich@novell.com>
xen/arch/x86/acpi/boot.c
xen/arch/x86/dmi_scan.c
xen/arch/x86/x86_64/mmconf-fam10h.c
xen/include/asm-ia64/linux-xen/asm/acpi.h
xen/include/asm-x86/acpi.h